home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
lparser3
/
bop04.ls
< prev
next >
Wrap
Text File
|
1993-11-22
|
286b
|
11 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
3 # recursion depth
90 # angle
10 # thickness as % of length
A
A=B-F+CFC+F-D&F^D-F+&&CFC+F+B>>
B=A&F^CFB^F^D^^-F-D^|F^B|FC^F^A>>
C=|D^|F^B-F+C^F^A&&FA&F^C+F+B^F^D>>
D=|CFB-F+B|FA&F^A&&FB-F+B|FC>>
@